docs: expand tools overview with JS SDK, PocketIC, and ic-wasm cleanup#141
Merged
Conversation
- Remove standalone ic-wasm section (duplicate install commands); fold description into the icp-cli install block as an inline note - Add Client libraries section covering the @icp-sdk JS/TS packages (agent, candid, principal, identity, auth, bindgen) with link to js.icp.build for full docs - Add Testing tools section covering PocketIC with install table for Rust (pocket-ic), JS/TS (@dfinity/pic), and Python client libraries - Apply pending fixes from #140: move full-docs link to first icp-cli mention, replace local migrating-from-dfx link with external URL - Update description and intro paragraph to reflect new sections
… fix stale link in ai-coding-agents
…top of guides Developer Tools overview is catalog/reference content, not a how-to guide. AI Coding Agents is a genuine guide (task-oriented). Split accordingly: - docs/guides/tools/overview.md → docs/reference/developer-tools.md (sidebar order: 0 — first entry under Reference) - docs/guides/tools/ai-coding-agents.md → docs/guides/ai-coding-agents.md (flat, first item in Guides sidebar — no sub-nav) - Remove docs/guides/tools/ directory - Update sidebar.mjs: add flat AI Coding Agents entry, remove Tools group - Update guides/index.md, reference/index.md, and all cross-links
…uages and reference
…bar, record decision
…, remove install command
…o match CDK section pattern
…nd telemetry sub-heading
…abel, fix AI agents frontmatter and Anthropic attribution
6d586d2 to
6725dc2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
### ic-wasmsection (its install commands duplicated the icp-cli block). Description folded into the icp-cli install section as an inline note — most users never invoke it directly.@icp-sdkJS/TS packages —core/agent,core/candid,core/principal,core/identity,@icp-sdk/auth, and@icp-sdk/bindgen— with a quick-reference table and link to js.icp.build for full docs.pocket-ic), JS/TS (@dfinity/pic), and Python client libraries, linking to the existing PocketIC guide.migrating-from-dfx.mdlink with external URL at cli.internetcomputer.org).Sync recommendation
informed by dfinity/icp-js-sdk-docs— core/latest.zip, auth/latest.zip, bindgen/latest.zip, pic-js/latest.zip